home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19960715-19961006 / 000444_news@columbia.edu _Fri Oct 4 11:28:45 1996.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: news@columbia.edu
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30]) by watsun.cc.columbia.edu (8.7.5/8.7.3) with ESMTP id LAA10885 for <kermit.misc@watsun.cc.columbia.edu>; Fri, 4 Oct 1996 11:28:44 -0400 (EDT)
  3. Received: (from news@localhost) by newsmaster.cc.columbia.edu (8.7.5/8.7.3) id LAA18172 for kermit.misc@watsun; Fri, 4 Oct 1996 11:28:36 -0400 (EDT)
  4. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  5. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  6. Newsgroups: comp.protocols.kermit.misc
  7. Subject: Re: Can file transfer interrupt X be remapped ?
  8. Date: 4 Oct 1996 15:28:30 GMT
  9. Organization: Columbia University
  10. Lines: 19
  11. Message-ID: <533aeu$hnq@newsmaster.cc.columbia.edu>
  12. References: <531r4t$4sb@fcnews.fc.hp.com>
  13. NNTP-Posting-Host: watsun.cc.columbia.edu
  14.  
  15. In article <531r4t$4sb@fcnews.fc.hp.com>,
  16. Loren Wilson <lwilson@fc.hp.com> wrote:
  17. : I am having a problem transfering files from a pc using "Procom"
  18. : to a HP-UX system running kermit 5A(189) server.  I can transfer any file
  19. : with the exception of files whose name begins with the letter x.
  20. : If I rename a file to another name, it will transfer.  As hundreds of
  21. : files are involved, renaming is not an option.  I cannot find
  22. : in the c-kermit book how to remap the file transfer interrupt to 
  23. : some other character.  I have captured debug output and can see where
  24. : the file is discarded.  Any help or pointers appreciated.
  25. The protocol for file transfer interruption (as opposed to the user interface)
  26. is just that: a protocol.  You can't remap it.  Procomm has a bug in its
  27. implementation of the Kermit protocol.  The solution is not to use Procomm.
  28. Instead, use MS-DOS Kermit, which works correctly:
  29.  
  30.   http://www.columbia.edu/kermit/mskermit.html
  31.  
  32. - Frank